Create multiple users from search
{ createUsersFromSearch }
Adds multiple users from a list from search.
Method
/API3/access/createUsersFromSearch
- Enterprise Admin
- Domain Admin
Input Parameters
Name
userList
Object Type
Description
The object used to create a new user from search.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Create a list of users for efficient loading of many users in a single step. First create the User object with all its settings. Currently only support in LDAP based authentications Use other methods for alternative authentication providers.
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP